/***/
body{
  cursor: default !important;
}
/***/
.top-menu li button.btn{
  border-bottom: 3px solid #00000066;
}
/***/
.btn-classstart {
  background-color: #126917;
  border-color: #126917;
  border-bottom: 3px solid #00000066;
  color: #ffffff;
  width: 100%;
  display: block;
}
.btn-classstart::before{
  content: "\f0f3";
  font-family: FontAwesome;
  margin-right: 4px;
  font-size: 0.8em;
  position: relative;
  top: -1px;
}
.btn-classstart:hover {
  background-color: #ff6600;
  border-color: #ff6600;
  border-bottom: 3px solid #00000066;
  color: #ffffff;
  text-decoration: none;
}
/***/
.sidebar-menu ._singleoption {
  position: relative;
  line-height: 20px !important;
  margin: 5px;
  margin-left: 10px;
  margin-right: 10px;
}
.sidebar-menu ._singleoption a {
  color: #000;
  background-color: #F1C500;
  border-radius: 3px;
  border-bottom: 3px solid #00000066;
  text-decoration: none;
  display: block;
  padding: 10px;
  font-size: 16px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-menu ._singleoption a:hover{
  background-color: #E4BA00;
}
/***/
._table_rate{
  width: 100%;
  background-color: #fff;
}
._table_rate .text-danger{
  margin-bottom: 0;
}
._table_rate tr{
  background-color: #fff !important; 
}
._table_rate tr:nth-child(even){
 background-color: #fafafa !important;  
}
._table_rate tr:hover{
  background-color: #ffffd5 !important;
}
._table_rate tr td{
  border: none;
  border-bottom: 1px dashed #ccc;
}
._table_rate tr td:first-child{
  width: 170px;
  border-right: 2px solid #ccc;
  padding-top: 14px;
}
._table_rate .required input[name="stu_time[]"],
._table_rate .required input[name="stu_learning[]"],
._table_rate .required input[name="stu_interactive[]"],
._table_rate .required input[name="stu_mood[]"],
._table_rate .required input[name="stu_concentrate[]"],
._table_rate .required input[name="tea_time[]"],
._table_rate .required input[name="tea_learning[]"],
._table_rate .required input[name="tea_interactive[]"],
._table_rate .required input[name="tea_mood[]"],
._table_rate .required input[name="tea_concentrate[]"]{
  display: none;
}
._table_rate .required label{
  padding:4px 4px 4px 8px;
  background-color: #ececec;
  border-radius: 5px;
  display: inline-block;
  width: 105px;
  -webkit-user-select: none;
  -moz-user-select: none;
  color: #666;
}
._table_rate .required label span.score{
  margin-right: 0px;
  border-radius: 20px;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
}
._table_rate .required input:checked + label{
  background-color: #83d5ff;
  color: #000;
}
._table_rate.tea .required input:checked + label{
  background-color: #f9c149;
}
/***/
.answer .text-danger{
  margin-bottom: 0;
}
.answer input.survey[type="radio"],
.answer input.survey[type="checkbox"],
.answer input[name="on_time[]"],
.answer input[name="concentrate[]"],
.answer input[name="intentions_answer[]"]{
  display: none;
}
.answer label{
  padding:4px 4px 4px 8px;
  background-color: #e2e2e2;
  border-radius: 5px;
  display: inline-block;
  width: 105px;
  -webkit-user-select: none;
  -moz-user-select: none;
  color: #555;
}
.answer label.survey{
  padding:4px 8px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  display: inline-block;
  width: fit-content;
  width: -moz-fit-content;
  min-width: 105px;
  -webkit-user-select: none;
  -moz-user-select: none;
  color: #555;
}
.answer label span.score{
  margin-right: 0px;
  border-radius: 20px;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
}
.answer input:hover + label{
  background-color: #e4f6ff;
}
.answer input:checked + label{
  background-color: #83d5ff;
  color: #000;
}
.answer textarea.survey{
  width: 100%;
  max-width: 720px;
}
td.group_sub_survey_title{
  background-color: #d5ebea !important;
  border-top: 5px solid #ffffff;
}
td.group_sub_survey{
  background-color: #d5ebea !important;
}
table.sub_survey{
  background-color: #ffffff !important;
  width: 100%;
}
/***/
._classroomlist{
  width: 100%;
  letter-spacing: -4px;
}
._classroomlist .box{
  display: inline-block;
  background-color: #bbb;
  color: #444;
  border-radius: 5px;
  padding: 5px 8px;
  letter-spacing: 0;
  border: 2px solid #F1F2F7;
}
._classroomlist .box .date,
._classroomlist .box .title{
  display: inline-block;
}
._classroomlist .box.sel{
  background-color: #fff200;
  color: #000;
}
._classroomlist .box a{
  color: #000;
}
/***/
._classroominfo{
  color: #222;
  background-color: #d3e3f1;
  padding: 1.25rem;
}
._classroominfo .title{
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
}
._classroominfo .subtitle{
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
._classroominfo .subtitle .text{
  position: relative;
  z-index: 2;
  display: block;
  background-color: #d3e3f1;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
  padding: 0 20px;
  color: #12345688;
}
._classroominfo .subtitle::after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #12345655;
  border-radius: 10px;
  position: relative;
  top: -12px;
  z-index: 1;
}
._classroominfo .badge{
  font-size: 1.2em;
  padding: 6px 15px;
  border-radius: 5px;
}
._classroominfo .column{
  margin-bottom: 0.5em;
}
._classroominfo .column ._group{
  float:left;
  width:50%;
  display: inline-block;
  vertical-align: top;
  margin-right: 0px;
}
._classroominfo .column ._row{
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 1.2em;
}
._row.bg_timenow{
  background-color: #a9fef6;
}
.room_column{
  display: block;
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2,1fr);
  margin-top: 0.5em;
}
@media screen and (max-width:1024px) {
  .room_column{
    grid-template-columns: repeat(1,1fr);
  }
  ._classroominfo .column ._group{
    width:100%;
    display: block;
  }
}
.room_column .btn{
  border-top: 3px solid #ffffff33;
  border-left: 3px solid #ffffff33;
  border-right: 3px solid #00000033;
  border-bottom: 3px solid #00000033;
}
.room_column .btn:hover{
  border: 3px solid transparent;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
.room_column .box{
  width: 100%;
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 10px;
}
.btn-meet {
  background-color: #00AC47;
  border-color: #00AC47;
  color: #FFFFFF;
}
.btn-meet:hover{
  color: #FFFFFF;
}
.room_column .box ._row{
  padding: 5px;
  border-bottom: 1px dashed #ccc;
}
/*******************************************/
#tabs {
  margin: 0 auto;
  width: 100%;
}
#tabs ul.tabs{
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  list-style: none;
  /*border-bottom: 2px solid #999;*/
  margin: 0;
}
#tabs ul.tabs::after{
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #999;
  display: block;
  bottom: 0;
}
#tabs ul.tabs li{
  position: relative;
  z-index: 2;
  display: inline-block;
  border-radius: 5px 5px 0 0 !important;
  border: 1px solid #999 !important;
  border-bottom: 1px solid #999 !important;
  background-color: #eee !important;
  vertical-align: bottom;
  margin-right: -4px;
}
#tabs ul.tabs li a {
  font-weight: bold;
  padding: 2px 16px;
  display: block;
  font-size: 1.2em;
}
#tabs ul.tabs li.ui-state-active{
  background-color: #fff !important;
  border-bottom: 2px solid #fff !important;
}
#tabs ul.tabs li.ui-state-active a{
  color: #000;
  padding: 6px 16px;
}
.tab_container {
  width: 100%;
}
.tab_container .tab_info {
  padding: 0 !important;
}
/***/
.btn-savedata {
  background-color: #0e75a5;
  border-top: 4px solid #ffffff44;
  border-left: 4px solid #ffffff44;
  border-right: 4px solid #00000022;
  border-bottom: 4px solid #00000022;
  color: #FFFFFF;
}
.btn-savedata:hover{
  background-color: #1691c9;
  border-top: 4px solid #ffffff44;
  border-left: 4px solid #ffffff44;
  border-right: 4px solid #00000022;
  border-bottom: 4px solid #00000022;
  color: #FFFFFF;
}
/***/
.btn-signoutafterclass {
  position: relative;
  background-color: #ffea51;
  padding: 0.375rem 40px 0.375rem 20px;
  border-top: 4px solid #ffffff44;
  border-left: 4px solid #ffffff44;
  border-right: 4px solid #00000022;
  border-bottom: 4px solid #00000022;
  color: #000;
}
.btn-signoutafterclass:hover{
  background-color: #fff080;
  border-top: 4px solid #ffffff44;
  border-left: 4px solid #ffffff44;
  border-right: 4px solid #00000022;
  border-bottom: 4px solid #00000022;
  color: #000;
}
.btn-signoutafterclass::before{
  position: absolute;
  top: 3px;
  right: 12px;
  content: "";
  background-image: url('../img/icon_signoutafterclass.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  z-index: 1;
  display: block;
}
/***/
.btn-submit {
  position: relative;
  background-color: #ff6739;
  border-top: 4px solid #ffffff44;
  border-left: 4px solid #ffffff44;
  border-right: 4px solid #00000022;
  border-bottom: 4px solid #00000022;
  color: #fff;
}
.btn-submit:hover{
  background-color: #ff8a44;
  border-top: 4px solid #ffffff44;
  border-left: 4px solid #ffffff44;
  border-right: 4px solid #00000022;
  border-bottom: 4px solid #00000022;
  color: #fff;
}
/***/
.flowbottom_reply{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #123456;
  padding: 0 20px 0 20px;
  border-top:10px solid #0b2640;
  box-shadow: 0 -5px 5px 0 #00000022;
  z-index: 3;
}
.flowbottom_reply .column{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0 2em 0;
}
.flowbottom_reply .column .title{
  padding-top: 10px;
  background-color: #123456;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  margin-bottom:0.6em;
}
.flowbottom_reply .button_ted{
  position: absolute;
  width: 260px;
  height: 40px;
  left: calc(50% - 130px);
  top: -40px;
  padding-top: 6px;
  background-color: #7f6645;
  border-bottom:10px solid #00000044;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  margin-bottom:1em;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -5px 5px 0 #00000022;
  color: #fff;
  font-size: 0.9em;
  cursor: pointer;
}
.flowbottom_reply .button_ted:hover{
  background-color: #c18537;
}
/***/
.joinnet_note_ted{
  color: #cc0000;
  background-color: #fbffd9;
  border-radius: 3px;
  padding: 0 8px;
  cursor: pointer;
}
.joinnet_note_column{
  display: none;
  background-color: #fbffd9;
  border-radius: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
}
/***/
/*表單過寬捲軸設定*/
.scroll_column{
  display:block;
  overflow-x:auto;
  padding:0;
  -webkit-overflow-scrolling: touch;
}
/***/
/*系統公告-未讀標籤*/
.label_unread{
  white-space: nowrap;
  background-color: #ffe180;
  padding: 0 5px 1px 5px;
  border-radius: 3px;
  font-size: 0.8em;
  color: #9f4f10 !important;
  font-weight: bold;
  white-space: nowrap;
}
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/